home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 4 / bbslst21.zip / BBSLIST.DOC < prev    next >
Text File  |  1991-01-23  |  7KB  |  163 lines

  1.     The BBSlist Database door is unique because it allows you to upload ANSI
  2. pictures with the BBS entery.  This is a feature that I added to keep it from
  3. looking like every other database door.  
  4.     
  5. Setup:
  6. ======
  7.  
  8. 1.  Edit the file "BBSLIST.CNF"
  9.  
  10.   BBSLIST.CNF
  11.   ===========
  12.   C:\GAP                             - Path to DOOR.SYS or PCBOARD.SYS
  13.   The Drawing Board                  - Your BBS Name
  14.   0                                  - 0 = GAP BBS or 1 = PCBoard BBS
  15.   1                                  - Comm Port #
  16.   C:\GAP\GEN\BLT7                    - Name of ASCII Bulletin
  17.   C:\GAP\GEN\BLT7G                   - Name of ANSI Bulletin
  18.   1                                  - Allow ANSI uploads.  0 = no or 1 = yes
  19.   Jeff Anderson                    * - Your Name
  20.   00000                            * - Your Registration Number
  21.  
  22.   * If you have registered your copy then change these 2 lines with your
  23.     registration info.  If you have not registered your copy leave these 2 lines 
  24.     as they are.
  25.  
  26. 2.  Run the program INIT
  27.  
  28. 3.  Setup the Batch file to run the door in your BBS Default Directory.
  29.  
  30.     BBSDOOR.BAT
  31.     ===========
  32.     C:                           - This is an example of how it is on my BBS
  33.     CD\GAP\DOORS\BBSLIST
  34.     BBSLST21 BBSLIST.CNF
  35.     CD\GAP
  36.     GAP
  37.     
  38. 4.  With a GAP BBS the next step is to modify \GAP\GEN\DOORS.DAT
  39.     DOORS.DAT
  40.     =========
  41.  
  42.     GAMES 20
  43.     BBSLIST 20
  44.     CALLBACK 0
  45.        |     |
  46.        |  Security Level
  47.        |
  48.  Name of .BAT file to run
  49.  
  50.        If you run PCBoard then you have a file similar to this file but I can
  51.     not help you with what to enter there.   I used to run PCBoard, but I 
  52.     switched to GAP a long time ago and I do not remember the format of the
  53.     file...
  54.   
  55.  
  56.  
  57. That is about it for the actual installation.  Now let me just explain a few
  58. other features.
  59.  
  60.     On my BBS I had a user who insisted on entering BBS'S that did not exist.  
  61. To keep this from happening in 1.5 I added an add Restriction.  To make it so a
  62. user will not be able to add a BBS you will need to create a file called 
  63. "ADDLOCK.DAT".  In this file Enter the name of the user to lock out.  If a
  64. users name appears in this file then the Add option will not appear on his menu.
  65. If he trys to add a BBS it will tell him "Add Restriction in Effect!"  It will
  66. Modify the main menu prompt Locally only and add the line "Add Lock in Effect!"
  67. so the sysop will always know if the user is restricted.  The Name of the user
  68. must be in all capital letters.
  69.  
  70.  
  71.  
  72. ADDLOCK.DAT
  73. ===========
  74. Test Person
  75.  
  76.  
  77.     New in this version is a Database Editor.  The editor is pretty easy to use,
  78. but I am going to explain it anyway.
  79.  
  80. 1:  List BBS Names in Database
  81.           This option allows you to view the names of the BBS's in the Database.
  82.           
  83. 2:  Edit A BBS in the Database.
  84.           This option allows you to edit a BBS that is in the Database.  When 
  85.           you choose this option you will see a prompt that says "Enter the 
  86.           number of the BBS to Edit or <Enter> to List."  If you hit enter you 
  87.           will get a list of all of the BBS's in the database with their number.
  88.           The next prompt will tell you to hit enter to return or [A] to go to 
  89.           the main menu.  If you do not wish to edit any of the BBS's then hit
  90.           [A] and you will go back to the main menu, otherwise, hit enter and 
  91.           you will be asked which BBS to edit. 
  92.  
  93. 3:  Add a BBS
  94.           This allows you to add a BBS without going through the database door.
  95.           It works the same way as in the door, with one differance.  If you 
  96.           enter a BBS this way, you will be asked if there is an ANSI picture 
  97.           for this. If the answer is yes then you will be given a filename. 
  98.           You must copy the picture to the BBSLIST directory with the filename 
  99.           that was displayed.
  100.  
  101. 4:  Delete a BBS
  102.           This will ask you for the number to delete, if you do not know the
  103.           number then just hit <Enter> and follow the instructions for Editing 
  104.           a BBS.  Then Delete which number you want.  When you delete a BBS you
  105.           do not actually delete the BBS untill you Exit the program and save
  106.           changes.  Deleted BBS's will still remain in the List and will show
  107.           up in this format <<< BBS NAME >>>, untill changes are saved.
  108.  
  109. 5:  Undelete BBS
  110.           This option allows you to undelete a BBS if you deleted it and you
  111.           have not already saved it.  If you choose undelete it will search for
  112.           deleted BBS's and ask you is this the one you want to undelete, if it 
  113.           is just say Yes.
  114.  
  115. 6:  Refresh bulletins
  116.           This option refreshes the Bulletins after you have made changes. 
  117.           To use this option you must first exit out and save your changes then
  118.           go back into BBSMAINT and run the refresh.
  119.  
  120. 7:  Exit and save changes
  121.           This saves all changes and returns you to DOS
  122.  
  123. 8:  Exit without saving changes
  124.           This option does not save any changes and returns you to DOS.  You 
  125.           will be warned with a flashing red warning asking you if you want to
  126.           discard all changes...
  127.  
  128.  
  129.     This Door was Written with Kenny Gardners GAPQBDR Library for Quick Basic
  130. and it requires BRUN45.EXE to be in the DOS Path.  If you do not have it I am 
  131. sure that you can find it on one of the local BBS's in your area, because it is
  132. needed for most all doors.  If you still can not find it, it is online on my
  133. BBS.  Thanks a lot Kenny, I couldn't have done it without you.
  134.  
  135.  
  136.    If you have any questions, comments or suggestions for the door, please give
  137. my BBS a Call.  I value the feedback and I do listen.  I have made several 
  138. changes to the door based on user suggestions, and many more will be coming.
  139.  
  140.     If you would like to register this program a small $20.00 fee is asked.  
  141. I will send you a copy of the Database door the newest version with a file 
  142. called "REGINFO.DAT" this will have your seriel Number and your name in it
  143. and that is what you will put into the bbslist.cnf.  Registrations can be sent
  144. to:
  145.                         Jeff Anderson
  146.                         4638 Beach Ridge rd.
  147.                         Lockport, NY  14094
  148.  
  149.                        The Drawing Board BBS
  150.                    
  151.                        2400  (716) 625-9463
  152.                     -=-=-=-=-=-=-=-=-=-=-=-=-=-
  153.                             HST Support
  154.                    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  155.           For High speed callers I have a support confrence
  156.                 on The Night Owls BBS.  Confrence #2.
  157.  
  158.                            Night Owls BBS
  159.  
  160.                         HST  (716) 881-5380
  161.                         HST  (716) 881-5688
  162.                         2400 (716) 882-5182
  163.